Installation
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
-
- Followings are files and sub-folders saved in this folder
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
HTML Structure
Index Page Structure
Bermiz follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header id="header-homepage1">
...
</header>
<!-- Hero sections -->
<section id="hero-section">
...
</section>
<!-- Hero Video sections -->
<section id=hero-video-sec">
...
</section>
<!-- Restaurant sections -->
<section id=restaurant-section">
...
</section>
<!-- Ticker sections -->
<section id=ticker-section">
...
</section>
<!-- Chefs sections -->
<section id=chefs-secrets-section">
...
</section>
<!-- Counter sections -->
<section id=counter-section">
...
</section>
<!-- Menu sections -->
<section id=Homepage1-menu-section">
...
</section>
<!-- Booking sections -->
<section id=reservation-sec">
...
</section>
<!-- Mobile App sections -->
<section id=fast-ordering-sec">
...
</section>
<!-- Gallery sections -->
<section id=homepage1-gallery-sec">
...
</section>
<!-- Testimonial sections -->
<section id=homepage1-testimonial-sec">
...
</section>
<!-- Visit sections -->
<section id=visit-restaurant-sec">
...
</section>
<!-- Footer sections -->
<footer id=footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
</div>
<!-- Video Modal Section -->
<div class="modal fade homepage-video-modal">
...
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Homepage2 Page Structure
Bermiz follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header id="homepage2-header2">
...
</header>
<!-- Hero sections -->
<section id="home2-hero-section">
...
</section>
<!-- Restaurant sections -->
<section id=home2-our-restaurant-section">
...
</section>
<!-- Ticker sections -->
<section id=ticker-section">
...
</section>
<!-- Chefs sections -->
<section id=chefs-secrets-section">
...
</section>
<!-- Video sections -->
<section id=home2-video-sec">
...
</section>
<!-- Menu sections -->
<section id=homepage2-menu-section">
...
</section>
<!-- Services sections -->
<section id=home2-services-sec">
...
</section>
<!-- Counter sections -->
<section id=home2-counter-sec">
...
</section>
<!-- Mobile App sections -->
<section id=fast-ordering-sec">
...
</section>
<!-- Testimonial sections -->
<section id=home2-testimonials-sec">
...
</section>
<!-- Blog sections -->
<section id=home2-blog-sec">
...
</section>
<!-- Gallery sections -->
<section id=home2-gallery-section">
...
</section>
<!-- Visit sections -->
<section id=visit-restaurant-sec">
...
</section>
<!-- Footer sections -->
<footer id=home2-footer-sec">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-end mobile-canvas homepage2-menu-top">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
</div>
<!-- Video Modal Section -->
<div class="modal fade homepage-video-modal">
...
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Homepage3 Page Structure
Bermiz follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero sections -->
<section id="home3-hero-section">
...
</section>
<!-- Ticker sections -->
<section id=ticker-section" class="ticker-section-home3">
...
</section>
<!-- About sections -->
<section id=homepage3-about-sec">
...
</section>
<!-- Services sections -->
<section id=home3-services-sec">
...
</section>
<!-- Menu sections -->
<section id=homepage3-menu-sec">
...
</section>
<!-- Counter sections -->
<section id=home3-counter-sec">
...
</section>
<!-- Feature sections -->
<section id=home3-feature-sec">
...
</section>
<!-- Chefs sections -->
<section id=chefs-secrets-section-home3">
...
</section>
<!-- Video sections -->
<section id=home2-video-sec">
...
</section>
<!-- Team sections -->
<section id=home3-team-sec">
...
</section>
<!-- Testimonial sections -->
<section id=home3-testimonial-sec">
...
</section>
<!-- Blog sections -->
<section id=home3-blog-sec">
...
</section>
<!-- Gallery sections -->
<section id=homepage3-gallery-sec">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Video Modal Section -->
<div class="modal fade homepage-video-modal">
...
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Menupage Page Structure
Bermiz follows a simple coding structure. here is the sample for all Menupage:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Menupage Content -->
<section>
...
</Section>
<!-- Booking Section-->
<section>
...
</Section>
<!-- Mobile App Section -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Blog Page Structure
Bermiz follows a simple coding structure. here is the sample for all Blogpage:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Blogpage Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
About Page Structure
Bermiz follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero sections -->
<section id="about-us-page">
...
</section>
<!-- Restaurant Section -->
<section id="home2-our-restaurant-section">
...
</section>
<!-- Ticker sections -->
<section id=ticker-section">
...
</section>
<!-- Services sections -->
<section id=home3-services-sec">
...
</section>
<!-- Feature sections -->
<section id=about-us-feature-sec">
...
</section>
<!-- Counter sections -->
<section id=about-us-page-counter-sec">
...
</section>
<!-- Chefs sections -->
<section id=hefs-secrets-section-home3">
...
</section>
<!-- Video sections -->
<section id=home2-video-sec">
...
</section>
<!-- Team sections -->
<section id=home3-team-sec">
...
</section>
<!-- Testimonial sections -->
<section id=home3-testimonial-sec">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Video Modal Section -->
<div class="modal fade homepage-video-modal">
...
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Chefs Page Structure
Bermiz follows a simple coding structure. here is the sample for all Chefs Page:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Chefs Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Chefs Single Page Structure
Bermiz follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Chefs Details Content -->
<section id="single-chefspage-sec">
...
</Section>
<!-- Team Content -->
<section id="singlepage-team-sec">
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Reservation Page Structure
Bermiz follows a simple coding structure. here is the sample for all Reservation page:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Reservation Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
History Page Structure
Bermiz follows a simple coding structure. here is the sample
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- History Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
SingleShop Page Structure
Bermiz follows a simple coding structure. here is the sample
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- SingleShop Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Error Page Structure
Bermiz follows a simple coding structure. here is the sample
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Error Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Contact Page Structure
Bermiz follows a simple coding structure. here is the sample
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- Contact Page Content -->
<section>
...
</Section>
<!-- Map sections -->
<div class="map-section-about-us">
...
</div>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HTML Structure
Single Blog Page Structure
Bermiz follows a simple coding structure. here is the sample for all Single Blogpage.
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div id="site_content">
<!-- The Preloader Before Site Load -->
<div class="overlayer">
....
</div>
<!-- Header Section -->
<header>
...
</header>
<!-- Hero Section -->
<header>
...
</header>
<!-- SingleBlog Page Content -->
<section>
...
</Section>
<!-- Testimonial sections -->
<section">
...
</section>
<!-- Footer sections -->
<footer id=home3-footer-section">
<!-- Footer Content -->
<div class=footer-full-section">
...
</div>
<!-- Copyright Content -->
<div class=homepage-copyright-sec">
...
</div>
</footer>
<!-- Mobile Menu -->
<div class=offcanvas offcanvas-start mobile-canvas" id="offcanvasExample">
...
</div>
<!-- Fixed Search Bar Section -->
<div>
<div class="fixed-serach-icon">
</div>
<div class="search-popup">
</div>
<!-- Scroll Top to Bottom -->
<div class="scroll-top">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Favicons
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link rel="icon" href="assets/images/favicon/icon.png" >
Logo Settings
The Logo Container can be found in the Header Container - header tag
<div class="header-logo"><a href="index.html"><img src="assets/images/Homepage1/logo.png" class="homepage1-logo" alt="header-logo"></a></div>
Changing Fonts
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font
Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=Elsie&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Elsie&family=Lexend:wght@400;500&display=swap" rel="stylesheet">
Website Optimization Tips
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
- Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
- Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
- Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.
Header
You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<header class="fixed">
<div class="header-full-section">
<div class="header-logo">
...
</div>
<div class="header-menu-wrap">
...
</div>
<div class="header-cart-sec">
...
</div>
</div>
</header>
<!-- End Header -->
Mobile Header
You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<div class="offcanvas offcanvas-end mobile-canvas homepage2-menu-top" id="offcanvasExample">
<div class="offcanvas-header mobile-header">
...
</div>
<div class="offcanvas-body mobile-offcanvas">
...
</div>
</div>
<!-- End Header -->
Components
Slider Structure
Use the below code to display Slider
<!-- Slider Structure -->
<div class="home2-test-bottom">
<div class="home2-test-bottom-full">
<div class="home2-test-slider>
...
</div>
<div class="home2-test-slider>
...
</div>
</div>
</div>
Counter
Use the below code to display Counter
<!-- Counter Structure -->
<div class="counter-full-section">
<div class="counter-wrap">
...
</div>
<div class="counter-wrap">
...
</div>
</div>
Page Breadcrumb
Use the below code to display Page Breadcrumb
<!-- Page Breadcrumb Structure -->
<ol class="breadcrumb">
<li class="breadcrumb-item">
...
</li>
<li class="breadcrumb-item">
...
</div>
</li>
Columns & Grid
Bootstrap Grid
Helper Classes
We have created some really useful helper classes for you. Here are a few of them:
position-relative & h-100 & w-100- Width, height, position helperd-none & d-block & d-flex- Display helpertext-left & text-center & text-right- Text align helperjustify-content-center & justify-content-start & justify-content-end & justify-content-between & align-items-start & align-items-center & align-items-end & flex-column & flex-wrap & flex-1- Flex helperoverflow-hidden- Overflow helpertext-uppercase & text-capitalize & text-normal- Text transform helperptb-100-For Padding Top-Bottomptb-100-For Padding Top-Bottom
Slider Types & their Options
Bermiz includes Sliders are mentioned as follows:
- Slick slider
You can find the slick slider-related Documentation here.
Slick Sliders Docs
Introduction
Bermiz boasts of a many handy features which are quite powerful, flexible, functional & easy to use. you can do changes in features very easily. Here is the List of features that uses in this website:
SectionsContainerColumnsScrollingAnimationsSlick SliderFont Awesome 6 IconsButtonsSearch formHeaderTestimonialsHover EffectsHover EffectsAbout UsContact UsReservationServicesGalleryBlogFooterPaginationPreloader404 ErrorScroll Top To Bottom
Each of the above mentioned features are easily extendable, flexible & easy to use. You can find the sample codes from stylesheet. We are explaining a few of them for your Reference.
Animations
Scroll to reveal Animations are latest in the Trends. You can do them too with Bistro. You can use animations on any element you want. Here is the Sample Code:
.fixed {
animation: fixedheader 600ms ease 0ms 1 forwards;
}
@keyframes fixedheader {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
Image Hover Animation
.singleblogpage1-img-sec:hover {
animation: flash 1.5s;
opacity:1;
}
@keyframes flash {
0% {
opacity: .4;
}
100% {
opacity: 1;
}
}
<div class="" data-aos="zoom-in" ></div>
You can also use delays for your Animations:
<div class="" data-aos-duration="3000" data-aos-delay="300"></div>
Note: Delay Duration is in milliseconds.
Here is the list of the Animation Types you can use:
bounceflashpulserubberBandshakeswingtadawobblebounceInbounceInDownbounceInLeftbounceInRightbounceInUpbounceOutbounceOutDownbounceOutLeftbounceOutRightbounceOutUpfadeInfadeInDownfadeInDownBigfadeInLeftfadeInLeftBigfadeInRightfadeInRightBigfadeInUpfadeInUpBigfadeOutfadeOutDownfadeOutDownBigfadeOutLeftfadeOutLeftBigfadeOutRightfadeOutRightBigfadeOutUpfadeOutUpBigflipflipInXflipInYflipOutXflipOutYlightSpeedInlightSpeedOutrotateInrotateInDownLeftrotateInDownRightrotateInUpLeftrotateInUpRightrotateOutrotateOutDownLeftrotateOutDownRightrotateOutUpLeftrotateOutUpRighthingerollInrollOutzoomInzoomInDownzoomInLeftzoomInRightzoomInUpzoomOutzoomOutDownzoomOutLeftzoomOutRightzoomOutUp
Icons
Font Awesome 6Images
- The Stocks
- Unsplash
- Pixels
- Freepik
- RaumRot
- Picjumbo
- Stockphotos.io
- Imcreator FREE
- Flickr CC-Search
- Mazwai (Stock Footage)
CSS & Fonts
style.css- use style cssmedia-query.css- responsive media query css- Bootstrap 5
- Font awesome 6 Icons
- Animate On Scroll Library
- Slick Slider
- Google Fonts